FindAllRowsWithCellTextInColumn(String,String) Method
Finds all rows with the specified text in the specified column, by column name.

C# Syntax

ReadOnlyCollection<ITableRow<T>> FindAllRowsWithCellTextInColumn( 
   string text,
   string column
)

Parameters

text
The text to search for.
column
The column to search.

Return Value

The rows. Null if text not found.